Skip to content

[AMD] Add enableMISched option to MIR swap pipeline#9448

Merged
antiagainst merged 1 commit intotriton-lang:mainfrom
tyb0807:mir_swap
Feb 13, 2026
Merged

[AMD] Add enableMISched option to MIR swap pipeline#9448
antiagainst merged 1 commit intotriton-lang:mainfrom
tyb0807:mir_swap

Conversation

@tyb0807
Copy link
Copy Markdown
Contributor

@tyb0807 tyb0807 commented Feb 13, 2026

Allow optionally re-enabling the LLVM machine instruction scheduler when swapping in externally-modified MIR files, controlled by TRITON_SWAP_MIR_ENABLE_MISCHED. Validates that the flag is only set when TRITON_SWAP_MIR is also set.

New contributor declaration

  • I am not making a trivial change, such as fixing a typo in a comment.

  • I have written a PR description following these
    rules.

  • I have run pre-commit run --from-ref origin/main --to-ref HEAD.

  • Select one of the following.

    • I have added tests.
      • /test for lit tests
      • /unittest for C++ tests
      • /python/test for end-to-end tests
    • This PR does not need a test because FILL THIS IN.
  • Select one of the following.

    • I have not added any lit tests.
    • The lit tests I have added follow these best practices,
      including the "tests should be minimal" section. (Usually running Python code
      and using the instructions it generates is not minimal.)

Allow optionally re-enabling the LLVM machine instruction scheduler
when swapping in externally-modified MIR files, controlled by
TRITON_SWAP_MIR_ENABLE_MISCHED. Validates that the flag is only
set when TRITON_SWAP_MIR is also set.
@antiagainst antiagainst enabled auto-merge (squash) February 13, 2026 01:52
@antiagainst antiagainst merged commit 9cdd0c3 into triton-lang:main Feb 13, 2026
9 checks passed
@tyb0807 tyb0807 deleted the mir_swap branch February 13, 2026 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants